Skip to content

BZ2Compressor and BZ2Decompressor live in the _bz2 module#12976

Merged
srittau merged 2 commits intopython:mainfrom
tungol:bz2
Nov 8, 2024
Merged

BZ2Compressor and BZ2Decompressor live in the _bz2 module#12976
srittau merged 2 commits intopython:mainfrom
tungol:bz2

Conversation

@tungol
Copy link
Copy Markdown
Contributor

@tungol tungol commented Nov 7, 2024

>>> import bz2
>>> bz2.BZ2Compressor
<class '_bz2.BZ2Compressor'>
>>> bz2.BZ2Decompressor
<class '_bz2.BZ2Decompressor'>

No changes, just a move.

@github-actions

This comment has been minimized.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Nov 7, 2024

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

@srittau srittau merged commit 76537eb into python:main Nov 8, 2024
@tungol tungol deleted the bz2 branch November 8, 2024 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants